home *** CD-ROM | disk | FTP | other *** search
/ Champak 108 / jogo-disk-108.iso / Games / steppenwolf_1_chapter_4.swf / scripts / DefineButton2_944 / BUTTONCONDACTION on(release).as
Text File  |  2010-05-15  |  313b  |  17 lines

  1. on(release){
  2.    set("/Variables:TransMail","");
  3.    TexteMail = "";
  4.    if(getProperty("../", _currentframe) == 3)
  5.    {
  6.       gotoAndStop(2);
  7.    }
  8.    else
  9.    {
  10.       tellTarget("../InvSelection")
  11.       {
  12.          gotoAndStop(eval("/Variables:ObjetSelect") + 1);
  13.       }
  14.       gotoAndStop(1);
  15.    }
  16. }
  17.